/* Section E styles only.
   This panel is a calculated-results block, not a user-entry block. */

.ui-panel-body-thermal .ui-row-thermal {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(120px, 190px) minmax(40px, auto);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 5px 0;
  border-bottom: 1px solid rgb(215, 234, 255);
}

.ui-panel-body-thermal .ui-row-thermal:last-child {
  border-bottom: 0;
}

.ui-thermal-label {
  color: rgb(0, 17, 51);
  font-size: 13px;
  font-weight: 600;
}
